From: isarra Date: Wed, 24 Sep 2014 20:40:58 +0000 (+0000) Subject: mediawiki.action.history.diff: Remove white background from table.diff X-Git-Tag: 1.31.0-rc.0~13824^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=42583e9558920067040b1ce9014766a222e9a31b;p=lhc%2Fweb%2Fwiklou.git mediawiki.action.history.diff: Remove white background from table.diff Skins where a white background works generally already have a white background behind this. Skins where it doesn't work generally just wind up overriding this back to the default (transparent). Simply removing the background should simplify things. Change-Id: I1a906f533f7ae2697ee18c998f316a0957ac8bda --- diff --git a/resources/src/mediawiki.action/mediawiki.action.history.diff.css b/resources/src/mediawiki.action/mediawiki.action.history.diff.css old mode 100644 new mode 100755 index afe9246842..092a59768e --- a/resources/src/mediawiki.action/mediawiki.action.history.diff.css +++ b/resources/src/mediawiki.action/mediawiki.action.history.diff.css @@ -2,7 +2,6 @@ ** Diff rendering */ table.diff { - background-color: white; border: none; border-spacing: 4px; margin: 0;